home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / tgrep20.zip / README < prev    next >
Text File  |  1994-04-02  |  2KB  |  36 lines

  1. GNU grep for TKERN is a port of GNU's UNIX grep to the MS-Windows
  2. TKERN. If you do not already have TKERN, you will need to get it.
  3. You will also need to get a command line shell which uses TKERN
  4. such as TSH.
  5.  
  6. Due to the magnitude of the changes required to get GNU grep to
  7. run in a 16 bit environment such as MS-Windows, there are too
  8. many changes in this version to get the changes merged back into
  9. the original GNU grep, so this will probably be the only version
  10. of GNU grep for TKERN to ever be released.
  11.  
  12.             Troy Rollo (troy@cbme.unsw.EDU.AU)
  13.  
  14.             -----------
  15.  
  16. This is GNU grep 2.0, the "fastest grep in the west" (we hope).  All
  17. bugs reported in previous releases have been fixed.  Many exciting new
  18. bugs have probably been introduced in this major revision.
  19.  
  20. GNU grep is provided "as is" with no warranty.  The exact terms
  21. under which you may use and (re)distribute this program are detailed
  22. in the GNU General Public License, in the file COPYING.
  23.  
  24. GNU grep is based on a fast lazy-state deterministic matcher (about
  25. twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper
  26. search for a fixed string that eliminates impossible text from being
  27. considered by the full regexp matcher without necessarily having to
  28. look at every character.  The result is typically many times faster
  29. than Unix grep or egrep.  (Regular expressions containing backreferencing
  30. will run more slowly, however.)
  31.  
  32. See the file AUTHORS for a list of authors and other contributors.
  33.  
  34. Send bug reports to bug-gnu-utils@prep.ai.mit.edu and troy@cbme.unsw.edu.au.
  35. Be sure to include the word "grep" in your Subject: header field.
  36.